UnsignedInteger32Helper Class
Namespace: PTS
Assembly: PTSframework.dll
Provides a set of static methods for uint
type.
Syntax
public static class UnsignedInteger32Helper
Inheritance
System.Object
UnsignedInteger32Helper
Methods
ToEnum<TEnum>(UInt32)
Converts the specified unsigned integer to an enumeration member.
Declaration
public static TEnum ToEnum<TEnum>(this uint value)
where TEnum : Enum
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | value | The value convert to an enumeration member. |
Returns
Type | Description |
---|---|
TEnum | An enumeration object with equivalent unsigned integer value. |
Type Parameters
Name | Description |
---|---|
TEnum | The enumeration type to return. |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()