StringExtrasSplitTwoInt Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Tuple<int, int> SplitTwoInt(
string instr,
char sep
)
Public Shared Function SplitTwoInt (
instr As String,
sep As Char
) As Tuple(Of Integer, Integer)
public:
static Tuple<int, int>^ SplitTwoInt(
String^ instr,
wchar_t sep
)
static member SplitTwoInt :
instr : string *
sep : char -> Tuple<int, int>
Parameters
- instr
- Type: SystemString
- sep
- Type: SystemChar
Return Value
Type:
TupleInt32,
Int32
See Also