menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HelperMethods - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HelperMethods

    Inheritance
    System.Object
    HelperMethods
    Namespace: Syncfusion.OfficeChart.Implementation
    Assembly: Syncfusion.OfficeChart.UWP.dll
    Syntax
    public static class HelperMethods : Object

    Methods

    ToArray<T>(IEnumerable<T>)

    Declaration
    public static T[] ToArray<T>(this IEnumerable<T> enumObject)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<T> enumObject
    Returns
    Type
    T[]
    Type Parameters
    Name
    T

    ToLower(String, CultureInfo)

    Declaration
    public static string ToLower(this string strValue, CultureInfo culture)
    Parameters
    Type Name Description
    System.String strValue
    System.Globalization.CultureInfo culture
    Returns
    Type
    System.String

    ToUpper(String, CultureInfo)

    Declaration
    public static string ToUpper(this string strValue, CultureInfo culture)
    Parameters
    Type Name Description
    System.String strValue
    System.Globalization.CultureInfo culture
    Returns
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved