Search Results for

    Show / Hide Table of Contents

    Class TCQLStringHelper

    Helper class for escaping and unescaping TCQL strings.

    Inheritance
    System.Object
    TCQLStringHelper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: TimeCockpit.Data.QueryLanguage
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class TCQLStringHelper

    Constructors

    TCQLStringHelper()

    Declaration
    public TCQLStringHelper()

    Methods

    EscapeString(String)

    Escapes a string.

    Declaration
    public static string EscapeString(string original)
    Parameters
    Type Name Description
    System.String original

    The original string.

    Returns
    Type Description
    System.String

    The replaced string.

    In This Article
    Back to top Copyright © 2020 software architects gmbh