SimCardNumberParse Method

Parses a string into a value.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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

IParsableTSelfParse(String, IFormatProvider)

Exceptions

ArgumentNullExceptions is .
FormatExceptions is not in the correct format.
OverflowExceptions is not representable by TSelf.

See Also