Click or drag to resize
StringHelperToBytes Method
将文本信息转成字节信息

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static byte[] ToBytes(
	string text
)

Parameters

text
Type: SystemString
文本信息

Return Value

Type: Byte
字节数组
See Also