Game Framework  2021.05.31
Utility.Converter类 参考

类型转换相关的实用函数。 更多...

静态 Public 成员函数

static float GetCentimetersFromPixels (float pixels)
 将像素转换为厘米。 更多...
 
static float GetPixelsFromCentimeters (float centimeters)
 将厘米转换为像素。 更多...
 
static float GetInchesFromPixels (float pixels)
 将像素转换为英寸。 更多...
 
static float GetPixelsFromInches (float inches)
 将英寸转换为像素。 更多...
 
static byte[] GetBytes (bool value)
 以字节数组的形式获取指定的布尔值。 更多...
 
static void GetBytes (bool value, byte[] buffer)
 以字节数组的形式获取指定的布尔值。 更多...
 
static void GetBytes (bool value, byte[] buffer, int startIndex)
 以字节数组的形式获取指定的布尔值。 更多...
 
static bool GetBoolean (byte[] value)
 返回由字节数组中首字节转换来的布尔值。 更多...
 
static bool GetBoolean (byte[] value, int startIndex)
 返回由字节数组中指定位置的一个字节转换来的布尔值。 更多...
 
static byte[] GetBytes (char value)
 以字节数组的形式获取指定的 Unicode 字符值。 更多...
 
static void GetBytes (char value, byte[] buffer)
 以字节数组的形式获取指定的 Unicode 字符值。 更多...
 
static void GetBytes (char value, byte[] buffer, int startIndex)
 以字节数组的形式获取指定的 Unicode 字符值。 更多...
 
static char GetChar (byte[] value)
 返回由字节数组中前两个字节转换来的 Unicode 字符。 更多...
 
static char GetChar (byte[] value, int startIndex)
 返回由字节数组中指定位置的两个字节转换来的 Unicode 字符。 更多...
 
static byte[] GetBytes (short value)
 以字节数组的形式获取指定的 16 位有符号整数值。 更多...
 
static void GetBytes (short value, byte[] buffer)
 以字节数组的形式获取指定的 16 位有符号整数值。 更多...
 
static unsafe void GetBytes (short value, byte[] buffer, int startIndex)
 以字节数组的形式获取指定的 16 位有符号整数值。 更多...
 
static short GetInt16 (byte[] value)
 返回由字节数组中前两个字节转换来的 16 位有符号整数。 更多...
 
static short GetInt16 (byte[] value, int startIndex)
 返回由字节数组中指定位置的两个字节转换来的 16 位有符号整数。 更多...
 
static byte[] GetBytes (ushort value)
 以字节数组的形式获取指定的 16 位无符号整数值。 更多...
 
static void GetBytes (ushort value, byte[] buffer)
 以字节数组的形式获取指定的 16 位无符号整数值。 更多...
 
static void GetBytes (ushort value, byte[] buffer, int startIndex)
 以字节数组的形式获取指定的 16 位无符号整数值。 更多...
 
static ushort GetUInt16 (byte[] value)
 返回由字节数组中前两个字节转换来的 16 位无符号整数。 更多...
 
static ushort GetUInt16 (byte[] value, int startIndex)
 返回由字节数组中指定位置的两个字节转换来的 16 位无符号整数。 更多...
 
static byte[] GetBytes (int value)
 以字节数组的形式获取指定的 32 位有符号整数值。 更多...
 
static void GetBytes (int value, byte[] buffer)
 以字节数组的形式获取指定的 32 位有符号整数值。 更多...
 
static unsafe void GetBytes (int value, byte[] buffer, int startIndex)
 以字节数组的形式获取指定的 32 位有符号整数值。 更多...
 
static int GetInt32 (byte[] value)
 返回由字节数组中前四个字节转换来的 32 位有符号整数。 更多...
 
static int GetInt32 (byte[] value, int startIndex)
 返回由字节数组中指定位置的四个字节转换来的 32 位有符号整数。 更多...
 
static byte[] GetBytes (uint value)
 以字节数组的形式获取指定的 32 位无符号整数值。 更多...
 
static void GetBytes (uint value, byte[] buffer)
 以字节数组的形式获取指定的 32 位无符号整数值。 更多...
 
static void GetBytes (uint value, byte[] buffer, int startIndex)
 以字节数组的形式获取指定的 32 位无符号整数值。 更多...
 
static uint GetUInt32 (byte[] value)
 返回由字节数组中前四个字节转换来的 32 位无符号整数。 更多...
 
static uint GetUInt32 (byte[] value, int startIndex)
 返回由字节数组中指定位置的四个字节转换来的 32 位无符号整数。 更多...
 
static byte[] GetBytes (long value)
 以字节数组的形式获取指定的 64 位有符号整数值。 更多...
 
static void GetBytes (long value, byte[] buffer)
 以字节数组的形式获取指定的 64 位有符号整数值。 更多...
 
static unsafe void GetBytes (long value, byte[] buffer, int startIndex)
 以字节数组的形式获取指定的 64 位有符号整数值。 更多...
 
static long GetInt64 (byte[] value)
 返回由字节数组中前八个字节转换来的 64 位有符号整数。 更多...
 
static long GetInt64 (byte[] value, int startIndex)
 返回由字节数组中指定位置的八个字节转换来的 64 位有符号整数。 更多...
 
static byte[] GetBytes (ulong value)
 以字节数组的形式获取指定的 64 位无符号整数值。 更多...
 
static void GetBytes (ulong value, byte[] buffer)
 以字节数组的形式获取指定的 64 位无符号整数值。 更多...
 
static void GetBytes (ulong value, byte[] buffer, int startIndex)
 以字节数组的形式获取指定的 64 位无符号整数值。 更多...
 
static ulong GetUInt64 (byte[] value)
 返回由字节数组中前八个字节转换来的 64 位无符号整数。 更多...
 
static ulong GetUInt64 (byte[] value, int startIndex)
 返回由字节数组中指定位置的八个字节转换来的 64 位无符号整数。 更多...
 
static unsafe byte[] GetBytes (float value)
 以字节数组的形式获取指定的单精度浮点值。 更多...
 
static unsafe void GetBytes (float value, byte[] buffer)
 以字节数组的形式获取指定的单精度浮点值。 更多...
 
static unsafe void GetBytes (float value, byte[] buffer, int startIndex)
 以字节数组的形式获取指定的单精度浮点值。 更多...
 
static float GetSingle (byte[] value)
 返回由字节数组中前四个字节转换来的单精度浮点数。 更多...
 
static float GetSingle (byte[] value, int startIndex)
 返回由字节数组中指定位置的四个字节转换来的单精度浮点数。 更多...
 
static unsafe byte[] GetBytes (double value)
 以字节数组的形式获取指定的双精度浮点值。 更多...
 
static unsafe void GetBytes (double value, byte[] buffer)
 以字节数组的形式获取指定的双精度浮点值。 更多...
 
static unsafe void GetBytes (double value, byte[] buffer, int startIndex)
 以字节数组的形式获取指定的双精度浮点值。 更多...
 
static double GetDouble (byte[] value)
 返回由字节数组中前八个字节转换来的双精度浮点数。 更多...
 
static double GetDouble (byte[] value, int startIndex)
 返回由字节数组中指定位置的八个字节转换来的双精度浮点数。 更多...
 
static byte[] GetBytes (string value)
 以字节数组的形式获取 UTF-8 编码的字符串。 更多...
 
static int GetBytes (string value, byte[] buffer)
 以字节数组的形式获取 UTF-8 编码的字符串。 更多...
 
static int GetBytes (string value, byte[] buffer, int startIndex)
 以字节数组的形式获取 UTF-8 编码的字符串。 更多...
 
static byte[] GetBytes (string value, Encoding encoding)
 以字节数组的形式获取指定编码的字符串。 更多...
 
static int GetBytes (string value, Encoding encoding, byte[] buffer)
 以字节数组的形式获取指定编码的字符串。 更多...
 
static int GetBytes (string value, Encoding encoding, byte[] buffer, int startIndex)
 以字节数组的形式获取指定编码的字符串。 更多...
 
static string GetString (byte[] value)
 返回由字节数组使用 UTF-8 编码转换成的字符串。 更多...
 
static string GetString (byte[] value, Encoding encoding)
 返回由字节数组使用指定编码转换成的字符串。 更多...
 
static string GetString (byte[] value, int startIndex, int length)
 返回由字节数组使用 UTF-8 编码转换成的字符串。 更多...
 
static string GetString (byte[] value, int startIndex, int length, Encoding encoding)
 返回由字节数组使用指定编码转换成的字符串。 更多...
 

属性

static bool IsLittleEndian [get]
 获取数据在此计算机结构中存储时的字节顺序。 更多...
 
static float ScreenDpi [get, set]
 获取或设置屏幕每英寸点数。 更多...
 

详细描述

类型转换相关的实用函数。

成员函数说明

◆ GetBoolean() [1/2]

static bool GetBoolean ( byte[]  value)
static

返回由字节数组中首字节转换来的布尔值。

参数
value字节数组。
返回
如果 value 中的首字节非零,则为 true,否则为 false。

◆ GetBoolean() [2/2]

static bool GetBoolean ( byte[]  value,
int  startIndex 
)
static

返回由字节数组中指定位置的一个字节转换来的布尔值。

参数
value字节数组。
startIndexvalue 内的起始位置。
返回
如果 value 中指定位置的字节非零,则为 true,否则为 false。

◆ GetBytes() [1/36]

static byte [] GetBytes ( bool  value)
static

以字节数组的形式获取指定的布尔值。

参数
value要转换的布尔值。
返回
用于存放结果的字节数组。

◆ GetBytes() [2/36]

static void GetBytes ( bool  value,
byte[]  buffer 
)
static

以字节数组的形式获取指定的布尔值。

参数
value要转换的布尔值。
buffer用于存放结果的字节数组。

◆ GetBytes() [3/36]

static void GetBytes ( bool  value,
byte[]  buffer,
int  startIndex 
)
static

以字节数组的形式获取指定的布尔值。

参数
value要转换的布尔值。
buffer用于存放结果的字节数组。
startIndexbuffer 内的起始位置。

◆ GetBytes() [4/36]

static byte [] GetBytes ( char  value)
static

以字节数组的形式获取指定的 Unicode 字符值。

参数
value要转换的字符。
返回
用于存放结果的字节数组。

◆ GetBytes() [5/36]

static void GetBytes ( char  value,
byte[]  buffer 
)
static

以字节数组的形式获取指定的 Unicode 字符值。

参数
value要转换的字符。
buffer用于存放结果的字节数组。

◆ GetBytes() [6/36]

static void GetBytes ( char  value,
byte[]  buffer,
int  startIndex 
)
static

以字节数组的形式获取指定的 Unicode 字符值。

参数
value要转换的字符。
buffer用于存放结果的字节数组。
startIndexbuffer 内的起始位置。

◆ GetBytes() [7/36]

static unsafe byte [] GetBytes ( double  value)
static

以字节数组的形式获取指定的双精度浮点值。

参数
value要转换的数字。
返回
用于存放结果的字节数组。

◆ GetBytes() [8/36]

static unsafe void GetBytes ( double  value,
byte[]  buffer 
)
static

以字节数组的形式获取指定的双精度浮点值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。

◆ GetBytes() [9/36]

static unsafe void GetBytes ( double  value,
byte[]  buffer,
int  startIndex 
)
static

以字节数组的形式获取指定的双精度浮点值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。
startIndexbuffer 内的起始位置。

◆ GetBytes() [10/36]

static unsafe byte [] GetBytes ( float  value)
static

以字节数组的形式获取指定的单精度浮点值。

参数
value要转换的数字。
返回
用于存放结果的字节数组。

◆ GetBytes() [11/36]

static unsafe void GetBytes ( float  value,
byte[]  buffer 
)
static

以字节数组的形式获取指定的单精度浮点值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。

◆ GetBytes() [12/36]

static unsafe void GetBytes ( float  value,
byte[]  buffer,
int  startIndex 
)
static

以字节数组的形式获取指定的单精度浮点值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。
startIndexbuffer 内的起始位置。

◆ GetBytes() [13/36]

static byte [] GetBytes ( int  value)
static

以字节数组的形式获取指定的 32 位有符号整数值。

参数
value要转换的数字。
返回
用于存放结果的字节数组。

◆ GetBytes() [14/36]

static void GetBytes ( int  value,
byte[]  buffer 
)
static

以字节数组的形式获取指定的 32 位有符号整数值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。

◆ GetBytes() [15/36]

static unsafe void GetBytes ( int  value,
byte[]  buffer,
int  startIndex 
)
static

以字节数组的形式获取指定的 32 位有符号整数值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。
startIndexbuffer 内的起始位置。

◆ GetBytes() [16/36]

static byte [] GetBytes ( long  value)
static

以字节数组的形式获取指定的 64 位有符号整数值。

参数
value要转换的数字。
返回
用于存放结果的字节数组。

◆ GetBytes() [17/36]

static void GetBytes ( long  value,
byte[]  buffer 
)
static

以字节数组的形式获取指定的 64 位有符号整数值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。

◆ GetBytes() [18/36]

static unsafe void GetBytes ( long  value,
byte[]  buffer,
int  startIndex 
)
static

以字节数组的形式获取指定的 64 位有符号整数值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。
startIndexbuffer 内的起始位置。

◆ GetBytes() [19/36]

static byte [] GetBytes ( short  value)
static

以字节数组的形式获取指定的 16 位有符号整数值。

参数
value要转换的数字。
返回
用于存放结果的字节数组。

◆ GetBytes() [20/36]

static void GetBytes ( short  value,
byte[]  buffer 
)
static

以字节数组的形式获取指定的 16 位有符号整数值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。

◆ GetBytes() [21/36]

static unsafe void GetBytes ( short  value,
byte[]  buffer,
int  startIndex 
)
static

以字节数组的形式获取指定的 16 位有符号整数值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。
startIndexbuffer 内的起始位置。

◆ GetBytes() [22/36]

static byte [] GetBytes ( string  value)
static

以字节数组的形式获取 UTF-8 编码的字符串。

参数
value要转换的字符串。
返回
用于存放结果的字节数组。

◆ GetBytes() [23/36]

static int GetBytes ( string  value,
byte[]  buffer 
)
static

以字节数组的形式获取 UTF-8 编码的字符串。

参数
value要转换的字符串。
buffer用于存放结果的字节数组。
返回
buffer 内实际填充了多少字节。

◆ GetBytes() [24/36]

static int GetBytes ( string  value,
byte[]  buffer,
int  startIndex 
)
static

以字节数组的形式获取 UTF-8 编码的字符串。

参数
value要转换的字符串。
buffer用于存放结果的字节数组。
startIndexbuffer 内的起始位置。
返回
buffer 内实际填充了多少字节。

◆ GetBytes() [25/36]

static byte [] GetBytes ( string  value,
Encoding  encoding 
)
static

以字节数组的形式获取指定编码的字符串。

参数
value要转换的字符串。
encoding要使用的编码。
返回
用于存放结果的字节数组。

◆ GetBytes() [26/36]

static int GetBytes ( string  value,
Encoding  encoding,
byte[]  buffer 
)
static

以字节数组的形式获取指定编码的字符串。

参数
value要转换的字符串。
encoding要使用的编码。
buffer用于存放结果的字节数组。
返回
buffer 内实际填充了多少字节。

◆ GetBytes() [27/36]

static int GetBytes ( string  value,
Encoding  encoding,
byte[]  buffer,
int  startIndex 
)
static

以字节数组的形式获取指定编码的字符串。

参数
value要转换的字符串。
encoding要使用的编码。
buffer用于存放结果的字节数组。
startIndexbuffer 内的起始位置。
返回
buffer 内实际填充了多少字节。

◆ GetBytes() [28/36]

static byte [] GetBytes ( uint  value)
static

以字节数组的形式获取指定的 32 位无符号整数值。

参数
value要转换的数字。
返回
用于存放结果的字节数组。

◆ GetBytes() [29/36]

static void GetBytes ( uint  value,
byte[]  buffer 
)
static

以字节数组的形式获取指定的 32 位无符号整数值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。

◆ GetBytes() [30/36]

static void GetBytes ( uint  value,
byte[]  buffer,
int  startIndex 
)
static

以字节数组的形式获取指定的 32 位无符号整数值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。
startIndexbuffer 内的起始位置。

◆ GetBytes() [31/36]

static byte [] GetBytes ( ulong  value)
static

以字节数组的形式获取指定的 64 位无符号整数值。

参数
value要转换的数字。
返回
用于存放结果的字节数组。

◆ GetBytes() [32/36]

static void GetBytes ( ulong  value,
byte[]  buffer 
)
static

以字节数组的形式获取指定的 64 位无符号整数值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。

◆ GetBytes() [33/36]

static void GetBytes ( ulong  value,
byte[]  buffer,
int  startIndex 
)
static

以字节数组的形式获取指定的 64 位无符号整数值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。
startIndexbuffer 内的起始位置。

◆ GetBytes() [34/36]

static byte [] GetBytes ( ushort  value)
static

以字节数组的形式获取指定的 16 位无符号整数值。

参数
value要转换的数字。
返回
用于存放结果的字节数组。

◆ GetBytes() [35/36]

static void GetBytes ( ushort  value,
byte[]  buffer 
)
static

以字节数组的形式获取指定的 16 位无符号整数值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。

◆ GetBytes() [36/36]

static void GetBytes ( ushort  value,
byte[]  buffer,
int  startIndex 
)
static

以字节数组的形式获取指定的 16 位无符号整数值。

参数
value要转换的数字。
buffer用于存放结果的字节数组。
startIndexbuffer 内的起始位置。

◆ GetCentimetersFromPixels()

static float GetCentimetersFromPixels ( float  pixels)
static

将像素转换为厘米。

参数
pixels像素。
返回
厘米。

◆ GetChar() [1/2]

static char GetChar ( byte[]  value)
static

返回由字节数组中前两个字节转换来的 Unicode 字符。

参数
value字节数组。
返回
由两个字节构成的字符。

◆ GetChar() [2/2]

static char GetChar ( byte[]  value,
int  startIndex 
)
static

返回由字节数组中指定位置的两个字节转换来的 Unicode 字符。

参数
value字节数组。
startIndexvalue 内的起始位置。
返回
由两个字节构成的字符。

◆ GetDouble() [1/2]

static double GetDouble ( byte[]  value)
static

返回由字节数组中前八个字节转换来的双精度浮点数。

参数
value字节数组。
返回
由八个字节构成的双精度浮点数。

◆ GetDouble() [2/2]

static double GetDouble ( byte[]  value,
int  startIndex 
)
static

返回由字节数组中指定位置的八个字节转换来的双精度浮点数。

参数
value字节数组。
startIndexvalue 内的起始位置。
返回
由八个字节构成的双精度浮点数。

◆ GetInchesFromPixels()

static float GetInchesFromPixels ( float  pixels)
static

将像素转换为英寸。

参数
pixels像素。
返回
英寸。

◆ GetInt16() [1/2]

static short GetInt16 ( byte[]  value)
static

返回由字节数组中前两个字节转换来的 16 位有符号整数。

参数
value字节数组。
返回
由两个字节构成的 16 位有符号整数。

◆ GetInt16() [2/2]

static short GetInt16 ( byte[]  value,
int  startIndex 
)
static

返回由字节数组中指定位置的两个字节转换来的 16 位有符号整数。

参数
value字节数组。
startIndexvalue 内的起始位置。
返回
由两个字节构成的 16 位有符号整数。

◆ GetInt32() [1/2]

static int GetInt32 ( byte[]  value)
static

返回由字节数组中前四个字节转换来的 32 位有符号整数。

参数
value字节数组。
返回
由四个字节构成的 32 位有符号整数。

◆ GetInt32() [2/2]

static int GetInt32 ( byte[]  value,
int  startIndex 
)
static

返回由字节数组中指定位置的四个字节转换来的 32 位有符号整数。

参数
value字节数组。
startIndexvalue 内的起始位置。
返回
由四个字节构成的 32 位有符号整数。

◆ GetInt64() [1/2]

static long GetInt64 ( byte[]  value)
static

返回由字节数组中前八个字节转换来的 64 位有符号整数。

参数
value字节数组。
返回
由八个字节构成的 64 位有符号整数。

◆ GetInt64() [2/2]

static long GetInt64 ( byte[]  value,
int  startIndex 
)
static

返回由字节数组中指定位置的八个字节转换来的 64 位有符号整数。

参数
value字节数组。
startIndexvalue 内的起始位置。
返回
由八个字节构成的 64 位有符号整数。

◆ GetPixelsFromCentimeters()

static float GetPixelsFromCentimeters ( float  centimeters)
static

将厘米转换为像素。

参数
centimeters厘米。
返回
像素。

◆ GetPixelsFromInches()

static float GetPixelsFromInches ( float  inches)
static

将英寸转换为像素。

参数
inches英寸。
返回
像素。

◆ GetSingle() [1/2]

static float GetSingle ( byte[]  value)
static

返回由字节数组中前四个字节转换来的单精度浮点数。

参数
value字节数组。
返回
由四个字节构成的单精度浮点数。

◆ GetSingle() [2/2]

static float GetSingle ( byte[]  value,
int  startIndex 
)
static

返回由字节数组中指定位置的四个字节转换来的单精度浮点数。

参数
value字节数组。
startIndexvalue 内的起始位置。
返回
由四个字节构成的单精度浮点数。

◆ GetString() [1/4]

static string GetString ( byte[]  value)
static

返回由字节数组使用 UTF-8 编码转换成的字符串。

参数
value字节数组。
返回
转换后的字符串。

◆ GetString() [2/4]

static string GetString ( byte[]  value,
Encoding  encoding 
)
static

返回由字节数组使用指定编码转换成的字符串。

参数
value字节数组。
encoding要使用的编码。
返回
转换后的字符串。

◆ GetString() [3/4]

static string GetString ( byte[]  value,
int  startIndex,
int  length 
)
static

返回由字节数组使用 UTF-8 编码转换成的字符串。

参数
value字节数组。
startIndexvalue 内的起始位置。
length长度。
返回
转换后的字符串。

◆ GetString() [4/4]

static string GetString ( byte[]  value,
int  startIndex,
int  length,
Encoding  encoding 
)
static

返回由字节数组使用指定编码转换成的字符串。

参数
value字节数组。
startIndexvalue 内的起始位置。
length长度。
encoding要使用的编码。
返回
转换后的字符串。

◆ GetUInt16() [1/2]

static ushort GetUInt16 ( byte[]  value)
static

返回由字节数组中前两个字节转换来的 16 位无符号整数。

参数
value字节数组。
返回
由两个字节构成的 16 位无符号整数。

◆ GetUInt16() [2/2]

static ushort GetUInt16 ( byte[]  value,
int  startIndex 
)
static

返回由字节数组中指定位置的两个字节转换来的 16 位无符号整数。

参数
value字节数组。
startIndexvalue 内的起始位置。
返回
由两个字节构成的 16 位无符号整数。

◆ GetUInt32() [1/2]

static uint GetUInt32 ( byte[]  value)
static

返回由字节数组中前四个字节转换来的 32 位无符号整数。

参数
value字节数组。
返回
由四个字节构成的 32 位无符号整数。

◆ GetUInt32() [2/2]

static uint GetUInt32 ( byte[]  value,
int  startIndex 
)
static

返回由字节数组中指定位置的四个字节转换来的 32 位无符号整数。

参数
value字节数组。
startIndexvalue 内的起始位置。
返回
由四个字节构成的 32 位无符号整数。

◆ GetUInt64() [1/2]

static ulong GetUInt64 ( byte[]  value)
static

返回由字节数组中前八个字节转换来的 64 位无符号整数。

参数
value字节数组。
返回
由八个字节构成的 64 位无符号整数。

◆ GetUInt64() [2/2]

static ulong GetUInt64 ( byte[]  value,
int  startIndex 
)
static

返回由字节数组中指定位置的八个字节转换来的 64 位无符号整数。

参数
value字节数组。
startIndexvalue 内的起始位置。
返回
由八个字节构成的 64 位无符号整数。

属性说明

◆ IsLittleEndian

bool IsLittleEndian
staticget

获取数据在此计算机结构中存储时的字节顺序。

◆ ScreenDpi

float ScreenDpi
staticgetset

获取或设置屏幕每英寸点数。