ImeiNumberTryParse Method

Tries to parse a string into a value.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static bool TryParse(
	string? s,
	IFormatProvider? provider,
	out ImeiNumber? result
)

Parameters

s  String
The string to parse.
provider  IFormatProvider
An object that provides culture-specific formatting information about s.
result  ImeiNumber
When this method returns, contains the result of successfully parsing s or an undefined value on failure.

Return Value

Boolean
if s was successfully parsed; otherwise, .

Implements

IParsableTSelfTryParse(String, IFormatProvider, TSelf)

See Also