Back to Devexpress

CaptionHelper.GetBoolText(Boolean) Method

expressappframework-devexpress-dot-expressapp-dot-utils-dot-captionhelper-dot-getbooltext-x28-system-dot-boolean-x29.md

latest1.5 KB
Original Source

CaptionHelper.GetBoolText(Boolean) Method

Returns the default display caption corresponding to a Boolean value.

Namespace : DevExpress.ExpressApp.Utils

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public static string GetBoolText(
    bool value
)
vb
Public Shared Function GetBoolText(
    value As Boolean
) As String

Parameters

NameTypeDescription
valueBoolean

A Boolean value for which the default display caption must be determined.

|

Returns

TypeDescription
String

“True” if the value is true ; otherwise, “False”.

|

Remarks

Generally, you do not need to use this method.

See Also

CaptionHelper Class

CaptionHelper Members

DevExpress.ExpressApp.Utils Namespace