Spread Windows Forms 12.0 Product Documentation
GetBooleanText Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Localization Namespace > LanguagePackage Class : GetBooleanText Method
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)
public string GetBooleanText( 
   bool value
)

Parameters

value

Return Value

The text represents the specified error value.
See Also

Reference

LanguagePackage Class
LanguagePackage Members