AbstractValueMapTParse Method

Parses a string into a value.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static T 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

T
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