Utility MethodsBespoke Osc Library
The Utility type exposes the following members.
Methods

  NameDescription
Public methodStatic memberASCIIByteArrayToString
Convert a byte array of ASCII characters to a string.
Public methodStatic memberBuildLatinSquareRow
Build a row for a latin square.
Public methodStatic memberCopyDirectory
Copy the contents of one directory to another.
Public methodStatic memberCopySubArray T 
Copy a subset of an array.
Public methodStatic memberFindFile
Find a file within a directory structure.
Public methodStatic memberGetEnumMaxValue
Get the maximum integer value associated with an enumeration.
Public methodStatic memberGetEnumValues
Get the values of an enumeration.
Public methodStatic memberIsFlagSet
Bitwise test for flag.
Public methodStatic memberIsNumeric(String)
Determine if a string represents a numeric value.
Public methodStatic memberIsNumeric(String, Int32 )
Determine if a string represents a numeric value.
Public methodStatic memberSetForegroundWindow
SetForegroundWindow import.
Public methodStatic memberSwapEndian
Swap byte order.
Public methodStatic memberToDegrees
Converts radians to degrees.
Public methodStatic memberToRadians
Converts degrees to radians.
Public methodStatic memberUnicodeByteArrayToString
Convert a byte array of ASCII characters to a string.
Public methodStatic memberValuesInProximity(DateTime, DateTime, TimeSpan)
Determine if two values are near each other.
Public methodStatic memberValuesInProximity(Double, Double, Double)
Determine if two values are near each other.
Public methodStatic memberValuesInProximity(Int32, Int32, Int32)
Determine if two values are near each other.
Back to Top
See Also