UnitType.op_Implicit

UnitType Implicit operator

Performs an implicit conversion from String to UnitType.

public static implicit operator UnitType(string value)
ParameterTypeDescription
valueStringThe value.

Return Value

The result of the conversion.

See Also