Converts a string into a Byte array according to the ISO-8859-1 codepage.

Namespace: iTextSharp.text
Assembly: 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

Return Value

the conversion result

See Also