Utility.IsImperial (massUnitsType) Method

Returns true if the specified unit is Ounces, Pounds, Stones, ShortTons, LongTons.
Public Shared Function IsImperial( _ 
ByVal units As massUnitsType
) As Boolean
This language is not supported or no code example is available.
public static bool IsImperial( 
massUnitsType units 
)
This language is not supported or no code example is available.

Parameters

units
massUnitsType

<default>

Return Value

bool

True if the specified unit is Inches, Feet or Miles. False otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition