Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / GetBooleanText Method
The error value.


In This Topic
GetBooleanText Method
In This Topic
Gets the text of the specified error value..
Syntax
'Declaration
 
Public Function GetBooleanText( _
   ByVal value As Boolean _
) As String
 
'Usage
 
Dim instance As LanguagePackage
Dim value As Boolean
Dim value As String
 
value = instance.GetBooleanText(value)

Parameters

value
The error value.

Return Value

The text represents the specified error value.
See Also