PowerTCP Emulation for .NET CF
RawCharacter Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Cell Structure : RawCharacter Property




Returns the unconverted character within the cell.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property RawCharacter As Char
Visual Basic (Usage)Copy Code
Dim instance As Cell
Dim value As Char
 
value = instance.RawCharacter
C# 
public char RawCharacter {get;}
Managed Extensions for C++ 
public: __property char get_RawCharacter();
C++/CLI 
public:
property char RawCharacter {
   char get();
}

Remarks

While the Character property may perform a conversion on characters if the special graphics style is applied to the character, this property always returns the character unconverted.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.