IniKeyValue.ValueByte Property

TG.INI

IniKeyValueValueByte Property

Gets or Sets the value as an byte type.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public byte ValueByte { get; set; }
Public Property ValueByte As Byte
	Get
	Set
public:
property unsigned char ValueByte {
	unsigned char get ();
	void set (unsigned char value);
}
member ValueByte : byte with get, set

Property Value

Type: Byte
See Also