Boolean.TrueString 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示作为字符串 true
的布尔值。 此字段为只读。
public: static initonly System::String ^ TrueString;
public static readonly string TrueString;
staticval mutable TrueString : string
Public Shared ReadOnly TrueString As String
字段值
注解
此字段等于字符串 "True"
。
TrueString 属性定义格式和分析操作中 true
Boolean 值的字符串表示形式。