| FanucSeries0iTextEncoding 属性  | 
 
            获取或设置当前的文本的字符编码信息,如果你不清楚,可以调用
ReadLanguage方法来自动匹配。
            Get or set the character encoding information of the current text. 
            If you are not sure, you can call the 
ReadLanguage method to automatically match.
            
 
        命名空间: 
     HslCommunication.CNC.Fanuc
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public Encoding TextEncoding { get; set; }Public Property TextEncoding As Encoding
	Get
	Set
public:
property Encoding^ TextEncoding {
	Encoding^ get ();
	void set (Encoding^ value);
}member TextEncoding : Encoding with get, set
属性值
类型:
Encoding 参见
参见