[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[CLSCompliantAttribute(false)]
public virtual byte[] GetBytes(
	uint value
)
<CLSCompliantAttribute(False)> _
Public Overridable Function GetBytes ( _
	value As UInteger _
) As Byte()
[CLSCompliantAttribute(false)]
public:
virtual array<unsigned char>^ GetBytes(
	unsigned int value
)

Parameters

value
UInt32

See Also