MobileTrack Nexus Documentation
C#
Show/Hide TOC
Sim
Card
Number
Parse Method
Parses a string into a value.
Definition
Namespace:
MobileTrack.Common.Models
Assembly:
MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
public
static
SimCardNumber
Parse
(
string
s
,
IFormatProvider
?
provider
)
Parameters
s
String
The string to parse.
provider
IFormatProvider
An object that provides culture-specific formatting information about
s
.
Return Value
SimCardNumber
The result of parsing
s
.
Implements
IParsable
TSelf
Parse(String, IFormatProvider)
Exceptions
ArgumentNullException
s
is
.
FormatException
s
is not in the correct format.
OverflowException
s
is not representable by
TSelf
.
See Also
Reference
SimCardNumber Structure
MobileTrack.Common.Models Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also