Class ByteUtils
- Namespace
- iText.IO.Source
- Assembly
- itext.io.dll
public sealed class ByteUtils
- Inheritance
-
ByteUtils
- Inherited Members
-
Constructors
ByteUtils()
Methods
GetIsoBytes(byte, string)
public static byte[] GetIsoBytes(byte pre, string text)
Parameters
pre
byte
text
string
Returns
- byte[]
GetIsoBytes(byte, string, byte)
public static byte[] GetIsoBytes(byte pre, string text, byte post)
Parameters
pre
byte
text
string
post
byte
Returns
- byte[]
GetIsoBytes(double)
public static byte[] GetIsoBytes(double d)
Parameters
d
double
Returns
- byte[]
GetIsoBytes(int)
public static byte[] GetIsoBytes(int n)
Parameters
n
int
Returns
- byte[]
GetIsoBytes(string)
public static byte[] GetIsoBytes(string text)
Parameters
text
string
Returns
- byte[]