C# Класс Temp.FormattingUtilities

Provides various internal utility functions
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
EnumerableInterfaceGenericType System.Type
HttpContentType System.Type
HttpRequestMessageType System.Type
HttpResponseMessageType System.Type
QueryableInterfaceGenericType System.Type
Utf16EncodingType System.Type
Utf8EncodingType System.Type

Открытые методы

Метод Описание
CreateEmptyContentHeaders ( ) : HttpContentHeaders

Creates an empty HttpContentHeaders instance. The only way is to get it from a dummy HttpContent instance.

DateToString ( DateTimeOffset dateTime ) : string
TryParseDate ( string input, DateTimeOffset &result ) : bool
TryParseInt32 ( string value, int &result ) : bool

Parses valid integer strings with no leading signs, whitespace or other NumberStyles

UnquoteToken ( string token ) : string

Remove bounding quotes on a token if present

ValidateCollection ( Collection actual, MediaTypeHeaderValue expected ) : bool

Ensure the actual collection is identical to the expected one

ValidateHeaderToken ( string token ) : bool

Описание методов

CreateEmptyContentHeaders() публичный статический Метод

Creates an empty HttpContentHeaders instance. The only way is to get it from a dummy HttpContent instance.
public static CreateEmptyContentHeaders ( ) : HttpContentHeaders
Результат System.Net.Http.Headers.HttpContentHeaders

DateToString() публичный статический Метод

public static DateToString ( DateTimeOffset dateTime ) : string
dateTime DateTimeOffset
Результат string

TryParseDate() публичный статический Метод

public static TryParseDate ( string input, DateTimeOffset &result ) : bool
input string
result DateTimeOffset
Результат bool

TryParseInt32() публичный статический Метод

Parses valid integer strings with no leading signs, whitespace or other NumberStyles
public static TryParseInt32 ( string value, int &result ) : bool
value string The value to parse
result int The result
Результат bool

UnquoteToken() публичный статический Метод

Remove bounding quotes on a token if present
public static UnquoteToken ( string token ) : string
token string Token to unquote.
Результат string

ValidateCollection() публичный статический Метод

Ensure the actual collection is identical to the expected one
public static ValidateCollection ( Collection actual, MediaTypeHeaderValue expected ) : bool
actual Collection The actual collection of the instance
expected System.Net.Http.Headers.MediaTypeHeaderValue The expected collection of the instance
Результат bool

ValidateHeaderToken() публичный статический Метод

public static ValidateHeaderToken ( string token ) : bool
token string
Результат bool

Описание свойств

EnumerableInterfaceGenericType публичное статическое свойство

A Type representing IEnumerable{T}.
public static Type,System EnumerableInterfaceGenericType
Результат System.Type

HttpContentType публичное статическое свойство

A Type representing HttpContent.
public static Type,System HttpContentType
Результат System.Type

HttpRequestMessageType публичное статическое свойство

A Type representing HttpRequestMessage.
public static Type,System HttpRequestMessageType
Результат System.Type

HttpResponseMessageType публичное статическое свойство

A Type representing HttpResponseMessage.
public static Type,System HttpResponseMessageType
Результат System.Type

QueryableInterfaceGenericType публичное статическое свойство

A Type representing IQueryable{T}.
public static Type,System QueryableInterfaceGenericType
Результат System.Type

Utf16EncodingType публичное статическое свойство

A Type representing UnicodeEncoding.
public static Type,System Utf16EncodingType
Результат System.Type

Utf8EncodingType публичное статическое свойство

A Type representing UTF8Encoding.
public static Type,System Utf8EncodingType
Результат System.Type