Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 1.1
.NET Framework
Reference
Class Library
System
Boolean Structure
Fields
 TrueString Field
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
Boolean.TrueString Field

Represents the Boolean value true as a string. This field is read-only.

[Visual Basic]
Public Shared ReadOnly TrueString As String
[C#]
public static readonly string TrueString;
[C++]
public: static String* TrueString;
[JScript]
public static var TrueString : String;

Remarks

This field is equal to the string "True".

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard

See Also

Boolean Structure | Boolean Members | System Namespace | String | FalseString

© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker