MetadataModel.ToUnitType Method

FreeImage.NET

MetadataModelToUnitType Method
Returns the equivalent MetadataModelVelocityUnit for the specified String.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected static Nullable<MetadataModelVelocityUnit> ToUnitType(
	string s
)

Parameters

s
Type: SystemString
The string containing the MetadataModelVelocityUnit.

Return Value

Type: NullableMetadataModelVelocityUnit
The equivalent MetadataModelVelocityUnit for the specified String.
See Also