ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / CStr Method / CStr(Boolean) Method
The boolean value to convert.

In This Topic
CStr(Boolean) Method
In This Topic
Converts a boolean value to its equivalent string representation.
Syntax
'Declaration
 
Public Overloads Shared Function CStr( _
   ByVal value As Boolean _
) As String
 

Parameters

value
The boolean value to convert.

Return Value

A string representation of the boolean value, where true is converted to "True" and false is converted to "False".
See Also