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

Gets or sets name from/to byte array with ascii encoding.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public byte[] NameBytes { get; set; }
Public Property NameBytes As Byte()
public:
property array<unsigned char>^ NameBytes {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

Field Value

Byte array containing encoded string.

See Also