Table of Contents

Class Char_CB_Extension

Namespace
System
Assembly
Cobilas.Core.dll
public static class Char_CB_Extension
Inheritance
Char_CB_Extension
Inherited Members

Methods

EscapeSequenceToString(char)

Method that interprets a char value.

public static string EscapeSequenceToString(this char c)

Parameters

c char

Returns

string

The method returns a value of type EscapeSequence representing the type of escape sequence.

The return is converted to a string.

InterpretEscapeSequence(char)

Method that interprets a char value.

public static EscapeSequence InterpretEscapeSequence(this char c)

Parameters

c char

Returns

EscapeSequence

The method returns a value of type EscapeSequence representing the type of escape sequence.

ToSByte(char)

public static sbyte ToSByte(this char c)

Parameters

c char

Returns

sbyte