Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static byte[] convertToBytes(
	string text,
	string encoding
)
Visual Basic
Public Shared Function convertToBytes ( _
	text As String, _
	encoding As String _
) As Byte()
Visual C++
public:
static array<unsigned char>^ convertToBytes(
	String^ text, 
	String^ encoding
)

Parameters

text
Type: System..::..String
encoding
Type: System..::..String

See Also