Click or drag to resize

CommonUtils Class

[Missing <summary> documentation for "T:Sportradar.SDK.Common.Utils.CommonUtils"]

Inheritance Hierarchy
SystemObject
  Sportradar.SDK.Common.UtilsCommonUtils

Namespace: Sportradar.SDK.Common.Utils
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public static class CommonUtils

The CommonUtils type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCheckForAnyAttrT 
Public methodStatic memberCheckWritePermForDir 
Public methodStatic memberConvertEnumByNameTout(String) 
Public methodStatic memberConvertEnumByNameTin, Tout(Tin) 
Public methodStatic memberConvertToResourceName 
Public methodStatic memberDeserializeT 
Public methodStatic memberEnsureDifferentThread When is_different_thread is true run in the same thread, else start a new one
Public methodStatic memberFromTimespan 
Public methodStatic memberFromTimestamp Convert from UNIX timestamp to local or UTC timestamp.
Public methodStatic memberGetEnumMaxValueTEnum 
Public methodStatic memberGetEnumMinValueTEnum 
Public methodStatic memberGetEnumValueT(Int32) Converts the provided
C#
value
to the member of the specified enum
Public methodStatic memberGetEnumValueT(String) Converts the provided
C#
value
(enum value name) to the member of the specified enum
Public methodStatic memberGetEnumValueT(Int32, T) Converts the provided
C#
value
to the member of the specified enum, or returns
C#
defaultValue
Public methodStatic memberGetEnumValueT(String, T) Converts the provided
C#
value
(enum value name) to the member of the specified enum
Public methodStatic memberGetEnumValueT(Boolean, Int32, T) Converts the provided
C#
value
to the member of the specified enum, or returns
C#
defaultValue
if value of
C#
specified
is false
Public methodStatic memberGetTimeSpan 
Public methodStatic memberGetVersion 
Public methodStatic memberIntegerToBoolean IntegerToBoolean
Public methodStatic memberIsEnumMemberTEnum Determines whether the provided value is member of the specified enumeration
Public methodStatic memberOpenResourceStream 
Public methodStatic memberParseDecimal 
Public methodStatic memberReadResourceStream 
Public methodStatic memberRemoveConsecutiveDots 
Public methodStatic memberSafeWaitTime 
Public methodStatic memberSerializeT 
Public methodStatic memberStringToBoolean StringToBoolean
Public methodStatic memberStringToDateTime StringToDateTime
Public methodStatic memberToTimestamp 
Top
Fields
 NameDescription
Public fieldStatic memberg_decimal_fmt 
Top
See Also