StringHelperToBytes Method |
将文本信息转成字节信息
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static byte[] ToBytes(
string text
)
public:
static array<unsigned char>^ ToBytes(
String^ text
)
Parameters
- text
- Type: SystemString
文本信息
Return Value
Type:
Byte字节数组
See Also