Converts a string into a Byte array
according to the ISO-8859-1 codepage.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public static byte[] GetISOBytes( string text ) |
| Visual Basic |
|---|
Public Shared Function GetISOBytes ( _ text As String _ ) As Byte() |
| Visual C++ |
|---|
public: static array<unsigned char>^ GetISOBytes( String^ text ) |
Parameters
- text
- Type: System..::..String
the text to be converted