Xamarin.Android

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HelperMethods

    Show / Hide Table of Contents

    Class HelperMethods

    Inheritance
    System.Object
    HelperMethods
    Namespace: Syncfusion.OfficeChart.Implementation
    Assembly: Syncfusion.OfficeChart.Portable.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 Description
    T[]
    Type Parameters
    Name Description
    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 Description
    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 Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved