Table of Contents

Class Util

Namespace
System.util
Assembly
iTextSharp.LGPLv2.Core.dll

Summary description for Util.

public static class Util
Inheritance
Util
Inherited Members

Methods

AddRange<T>(IList<T>, IEnumerable<T>)

public static void AddRange<T>(this IList<T> list, IEnumerable<T> items)

Parameters

list IList<T>
items IEnumerable<T>

Type Parameters

T

CompareToIgnoreCase(string, string)

public static int CompareToIgnoreCase(string s1, string s2)

Parameters

s1 string
s2 string

Returns

int

CopyOf(byte[], int)

public static byte[] CopyOf(this byte[] src, int newLength)

Parameters

src byte[]
newLength int

Returns

byte[]

CopyOfRange(byte[], int, int)

public static byte[] CopyOfRange(this byte[] src, int start, int end)

Parameters

src byte[]
start int
end int

Returns

byte[]

EqualsIgnoreCase(string, string)

public static bool EqualsIgnoreCase(string s1, string s2)

Parameters

s1 string
s2 string

Returns

bool

GetIsoBytes(string)

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

public static byte[] GetIsoBytes(this string text)

Parameters

text string

the text to be converted

Returns

byte[]

the conversion result

Usr(int, int)

public static int Usr(int op1, int op2)

Parameters

op1 int
op2 int

Returns

int