Click or drag to resize
UomMeasureTTryParse Method (String)
Converts a string representation of a number to standard (SI) 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
)

Parameters

value
Type: SystemString

Return Value

Type: Boolean
Remarks