BinaryConverter Class

Summary:

Module: aspose.gis.common

Full Name: aspose.gis.common.BinaryConverter

Aspose.PSD Version: 25.9.0

Properties

NameTypeAccessDescription
big_endian [static]BinaryConverterr
little_endian [static]BinaryConverterr

Methods

NameDescription
get_bytes(value)
get_bytes(value)
get_bytes(value)
get_bytes(value)
get_bytes(value)
get_bytes(value)
get_bytes(value)
get_bytes(value)
get_bytes(value)
get_bytes(value)
to_boolean(value, start_index)
to_char(value, start_index)
to_double(value, start_index)
to_int16(value, start_index)
to_int32(value, start_index)
to_int64(value, start_index)
to_s_byte(value)
to_single(value, start_index)
to_u_int16(value, start_index)
to_u_int32(value, start_index)
to_u_int64(value, start_index)

Method: get_bytes(value)

 get_bytes(value) 

Parameters:

ParameterTypeDescription
valuebool

Returns

TypeDescription
byte

Method: get_bytes(value)

 get_bytes(value) 

Parameters:

ParameterTypeDescription
valueshort

Returns

TypeDescription
byte

Method: get_bytes(value)

 get_bytes(value) 

Parameters:

ParameterTypeDescription
valueint

Returns

TypeDescription
byte

Method: get_bytes(value)

 get_bytes(value) 

Parameters:

ParameterTypeDescription
valuelong

Returns

TypeDescription
byte

Method: get_bytes(value)

 get_bytes(value) 

Parameters:

ParameterTypeDescription
valuechar

Returns

TypeDescription
byte

Method: get_bytes(value)

 get_bytes(value) 

Parameters:

ParameterTypeDescription
valueushort

Returns

TypeDescription
byte

Method: get_bytes(value)

 get_bytes(value) 

Parameters:

ParameterTypeDescription
valueuint

Returns

TypeDescription
byte

Method: get_bytes(value)

 get_bytes(value) 

Parameters:

ParameterTypeDescription
valueulong

Returns

TypeDescription
byte

Method: get_bytes(value)

 get_bytes(value) 

Parameters:

ParameterTypeDescription
valuefloat

Returns

TypeDescription
byte

Method: get_bytes(value)

 get_bytes(value) 

Parameters:

ParameterTypeDescription
valuedouble

Returns

TypeDescription
byte

Method: to_boolean(value, start_index)

 to_boolean(value, start_index) 

Parameters:

ParameterTypeDescription
valuebyte
start_indexint

Returns

TypeDescription
bool

Method: to_char(value, start_index)

 to_char(value, start_index) 

Parameters:

ParameterTypeDescription
valuebyte
start_indexint

Returns

TypeDescription
char

Method: to_double(value, start_index)

 to_double(value, start_index) 

Parameters:

ParameterTypeDescription
valuebyte
start_indexint

Returns

TypeDescription
double

Method: to_int16(value, start_index)

 to_int16(value, start_index) 

Parameters:

ParameterTypeDescription
valuebyte
start_indexint

Returns

TypeDescription
short

Method: to_int32(value, start_index)

 to_int32(value, start_index) 

Parameters:

ParameterTypeDescription
valuebyte
start_indexint

Returns

TypeDescription
int

Method: to_int64(value, start_index)

 to_int64(value, start_index) 

Parameters:

ParameterTypeDescription
valuebyte
start_indexint

Returns

TypeDescription
long

Method: to_s_byte(value)

 to_s_byte(value) 

Parameters:

ParameterTypeDescription
valuebyte

Returns

TypeDescription
sbyte

Method: to_single(value, start_index)

 to_single(value, start_index) 

Parameters:

ParameterTypeDescription
valuebyte
start_indexint

Returns

TypeDescription
float

Method: to_u_int16(value, start_index)

 to_u_int16(value, start_index) 

Parameters:

ParameterTypeDescription
valuebyte
start_indexint

Returns

TypeDescription
ushort

Method: to_u_int32(value, start_index)

 to_u_int32(value, start_index) 

Parameters:

ParameterTypeDescription
valuebyte
start_indexint

Returns

TypeDescription
uint

Method: to_u_int64(value, start_index)

 to_u_int64(value, start_index) 

Parameters:

ParameterTypeDescription
valuebyte
start_indexint

Returns

TypeDescription
ulong