Click or drag to resize
UomMeasureTTryParse Method (String, T)
Converts a string representation of a number to given unit of measure. A return value indicates whether the conversion succeeded or failed.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool TryParse(
	string value,
	T unit
)

Parameters

value
Type: SystemString
unit
Type: T

Return Value

Type: Boolean
Remarks