Method | Description | |
---|---|---|
FlattenException ( |
||
GetFunctionShortName ( string functionName ) : string | ||
GetSubscriptionId ( ) : string | ||
IsJson ( string input ) : bool | ||
IsValidUserType ( Type type ) : bool | ||
RemoveUtf8ByteOrderMark ( string input ) : string | ||
ToJObject ( ExpandoObject value ) : JObject | ||
ToJson ( ExpandoObject value, Formatting formatting = Formatting.Indented ) : string | ||
ToLowerFirstCharacter ( string input ) : string |
Converts the first letter of the specified string to lower case if it isn't already.
|
|
ToStringValues ( object>.this |
Method | Description | |
---|---|---|
ApplyBindingData ( object value, object>.Dictionary |
Applies any additional binding data from the input value to the specified binding data. This binding data then becomes available to the binding process (in the case of late bound bindings)
|
public static FlattenException ( |
||
ex | ||
sourceFormatter | string>.Func | |
includeSource | bool | |
return | string |
public static GetFunctionShortName ( string functionName ) : string | ||
functionName | string | |
return | string |
public static IsValidUserType ( Type type ) : bool | ||
type | Type | |
return | bool |
public static RemoveUtf8ByteOrderMark ( string input ) : string | ||
input | string | |
return | string |
public static ToJObject ( ExpandoObject value ) : JObject | ||
value | ExpandoObject | |
return | JObject |
public static ToJson ( ExpandoObject value, Formatting formatting = Formatting.Indented ) : string | ||
value | ExpandoObject | |
formatting | Formatting | |
return | string |
public static ToLowerFirstCharacter ( string input ) : string | ||
input | string | |
return | string |
public static ToStringValues ( object>.this |
||
data | object>.this | |
return | string>.IReadOnlyDictionary |