|
Name |
Description |
|
CoalesceString(string arg1, string arg2)
|
|
|
CoalesceString<T1, T2>(T1 arg1, T2 arg2)
|
|
|
CoalesceString(string[] args)
|
|
|
Equals(byte[] array1, byte[] array2)
|
|
|
ExtractZip(string zipFile, string targetDirectory)
|
|
|
ExtractZip(System.IO.Stream zipStream, string targetDirectory)
|
|
|
ExtractZip(string zipFile, string targetDirectory, System.Predicate<System.IO.Compression.ZipArchiveEntry> shouldExtract)
|
|
|
ExtractZip(System.IO.Stream zipStream, string targetDirectory, System.Predicate<System.IO.Compression.ZipArchiveEntry> shouldExtract)
|
|
|
FormatSize(long size)
|
|
|
GetHashCode(byte[] array)
|
|
|
NullIf(object a, object b)
|
|
|
NullIf(string a, string b)
|
|
|
NullIf<T>(T? a, T? b)
|
|
|
NullIf<T>(T a, T? b)
|
|
|
ParseDate(string dateTimeString)
|
|
|
ParseInt(string intString)
|
|
|
RelativeDate(System.DateTime? referenceFromDate, System.DateTime? toDate)
|
|