ExtensionBoolToText Method |  |
Convert boolean value to text "Ja" is true or "Nein" is false
Namespace:
Velo.Data.Helper
Assembly:
Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic static string BoolToText(
this bool pValue
)
<ExtensionAttribute>
Public Shared Function BoolToText (
pValue As Boolean
) As String
Parameters
- pValue
- Type: SystemBoolean
Boolean value to convert
Return Value
Type:
StringText "Ja" or "Nein"
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Boolean. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Remarks
See Also