Show / Hide Table of Contents

Class ArrayToString

This class convert object array to string format and return as a string with static methods.

Inheritance
System.Object
ArrayToString
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SDBCS.utility
Assembly: SDBCS.dll
Syntax
public class ArrayToString
Remarks

Author Mehmet Hayati KINAŞ

Version 1.0

Methods

getStringWB(String[], String)

The method convert string array to string with brackets and return string value.

Declaration
public static string getStringWB(string[] objArray, string bracket)
Parameters
Type Name Description
System.String[] objArray

Object array as a string

System.String bracket

Bracket string value

Returns
Type Description
System.String

Array as a string

getStringWithComma(String[])

The method convert string array to string with commas and return string value.

Declaration
public static string getStringWithComma(string[] objArray)
Parameters
Type Name Description
System.String[] objArray

Object array as a string

Returns
Type Description
System.String

Array as a string

In This Article
Back to top Generated by DocFX