C# Класс LtiLibrary.Core.Extensions.StringExtensions

Показать файл Открыть проект

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

Метод Описание
ToRfc3986EncodedString ( this value ) : string

Приватные методы

Метод Описание
EscapeUriDataStringRfc3986 ( string value ) : string

Escapes a string according to the URI data string rules given in RFC 3986.

The Uri.EscapeDataString method is supposed to take on RFC 3986 behavior if certain elements are present in a .config file. Even if this actually worked (which in my experiments it doesn't), we can't rely on every host actually having this configuration element present.

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

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

public static ToRfc3986EncodedString ( this value ) : string
value this
Результат string