[Modify] Edit it
This commit is contained in:
parent
38aa2fbe8e
commit
fd655abee5
@ -449,18 +449,22 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the value from the specified <see cref="string"/> that contains a pair of name and
|
/// Gets the value from the specified string that contains a pair of
|
||||||
/// value separated by a separator character.
|
/// name and value separated by a character.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// A <see cref="string"/> that represents the value if any; otherwise, <c>null</c>.
|
/// <para>
|
||||||
|
/// A <see cref="string"/> that represents the value.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// <see langword="null"/> if the value is not present.
|
||||||
|
/// </para>
|
||||||
/// </returns>
|
/// </returns>
|
||||||
/// <param name="nameAndValue">
|
/// <param name="nameAndValue">
|
||||||
/// A <see cref="string"/> that contains a pair of name and value separated by
|
/// A <see cref="string"/> that contains a pair of name and value.
|
||||||
/// a separator character.
|
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="separator">
|
/// <param name="separator">
|
||||||
/// A <see cref="char"/> that represents the separator character.
|
/// A <see cref="char"/> used to separate name and value.
|
||||||
/// </param>
|
/// </param>
|
||||||
internal static string GetValue (this string nameAndValue, char separator)
|
internal static string GetValue (this string nameAndValue, char separator)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user