ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Utils - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Utils

    Inheritance
    System.Object
    Utils
    Namespace: Syncfusion.EJ2.Base
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public static class Utils : Object

    Methods

    EscapeString(String)

    Escape special charaters in string literals.

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

    The input object.

    Returns
    Type Description
    System.String

    escaped string

    getValue(String, Object)

    Gets the property value from list of object.

    Declaration
    public static object getValue(string nameSpace, object from)
    Parameters
    Type Name Description
    System.String nameSpace
    System.Object from
    Returns
    Type Description
    System.Object

    object

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved