MDXValue.ToByte Method

Returns an 8-bit unsigned integer representation of the MDXValue object.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function ToByte As Byte
'Usage
Dim instance As MDXValue
Dim returnValue As Byte

returnValue = instance.ToByte()
public byte ToByte()
public:
unsigned char ToByte()
member ToByte : unit -> byte 
public function ToByte() : byte

Return Value

Type: System.Byte
An 8-bit unsigned integer.