UnitType.op_Explicit

UnitType Explicit operator

Performs an explicit conversion from UnitType to String.

public static explicit operator string(UnitType value)
ParameterTypeDescription
valueUnitTypeThe value.

Return Value

The result of the conversion.

See Also