Windward Studios API Reference
GetChar Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportProperties Class : GetChar Method




name
The name of the property.

Glossary Item Box

Get a property by it's name as a char.

Syntax

Visual Basic (Declaration) 
Public Function GetChar( _
   ByVal name As String _
) As Char
Visual Basic (Usage)Copy Code
Dim instance As ReportProperties
Dim name As String
Dim value As Char
 
value = instance.GetChar(name)
C# 
public char GetChar( 
   string name
)
Managed Extensions for C++ 
public: char GetChar( 
   string* name
) 
C++/CLI 
public:
char GetChar( 
   String^ name
) 

Parameters

name
The name of the property.

Return Value

The value of the property.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software