UInt16NTryParse(String, IFormatProvider, UInt16N) Method

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static bool TryParse(
	string s,
	IFormatProvider? provider,
	out UInt16N result
)

Parameters

s  String
 
provider  IFormatProvider
 
result  UInt16N
 

Return Value

Boolean

See Also