Class Extensions
Contains a number of generic extension methods.
Inheritance
System.Object
Extensions
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: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class Extensions
Methods
ToInvariantString(Object)
Returns a string representing the object in a culture invariant way.
Declaration
public static string ToInvariantString(this object obj)
Parameters
|
System.Object
obj
|
Returns
|
System.String
|