Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal character As System.Char _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim character As System.Char Dim instance As New LookUpChar(character) |
C# | |
---|---|
public LookUpChar( System.char character ) |
Delphi | |
---|---|
public LookUpChar( character: System.Char ); |
JScript | |
---|---|
public function LookUpChar( character : System.char ); |
Managed Extensions for C++ | |
---|---|
public: LookUpChar( System.char character ) |
C++/CLI | |
---|---|
public: LookUpChar( System.char character ) |
Parameters
- character
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2