标签: c#-4.0 encoding
我的代码中引用了第三方.dll返回的字符串。 编码是已知的,但我想知道该字符串是否包含Preamble / BOM。
string text = ThirdPartyDLL.GetText(); string encoding = ThirdPartyDLL.GetEncodingName(); bool hasPreamble = ?