System.Xml.XmlConvert.FromBinHexString 方法

方法描述

将 BinHex 编码的字符串转换为字节数组。

语法定义(C# System.Xml.XmlConvert.FromBinHexString 方法 的用法)

[ObsoleteAttribute("This member is not present in the desktop .NET Framework.  Use XmlTextReader.ReadBinHex instead.")]
public static byte[] FromBinHexString(
	string s
)

参数/返回值

参数值/返回值 参数类型/返回类型 参数描述/返回描述
s System-String 要转换为字节数组的 BinHex 编码的字符串。
返回值 System.Byte[] 返回一个字节数组。

提示和注释

System.Xml.XmlConvert.FromBinHexString 方法例子


异常

异常 异常描述

命名空间

namespace: System.Xml

程序集: System.Xml(在 System.Xml.dll 中)

版本信息

适用平台