AbstractValueMapTTryParse Method
Tries to parse a string into a value.
Namespace: MobileTrack.Common.EnumsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public static bool TryParse(
string? s,
IFormatProvider? provider,
out T result
)
- s String
- The string to parse.
- provider IFormatProvider
- An object that provides culture-specific formatting information about s.
- result T
- When this method returns, contains the result of successfully parsing s or an undefined value on failure.
Boolean if
s was successfully parsed; otherwise,
.
IParsableTSelfTryParse(String, IFormatProvider, TSelf)