Method | Description | |
---|---|---|
FromMediaFireYesNo ( this value ) : bool |
Transforms a yes/no string to a bool.
|
|
ToApiParamenter ( this actionOnDuplicate ) : string |
Transforms the enum MediaFireActionOnDuplicate to a MediaFire api parameter.
|
|
ToApiParameter ( this privacy ) : string |
Transforms the enum MediaFirePrivacy to a MediaFire api parameter.
|
|
ToMediaFireYesNo ( this value ) : string |
Transforms a bool to a yes/no string.
|
public static FromMediaFireYesNo ( this value ) : bool | ||
value | this | yes or no strings |
return | bool |
public static ToApiParamenter ( this actionOnDuplicate ) : string | ||
actionOnDuplicate | this | The parameter to be converted. |
return | string |
public static ToApiParameter ( this privacy ) : string | ||
privacy | this | The parameter to be converted. |
return | string |
public static ToMediaFireYesNo ( this value ) : string | ||
value | this | yes or no strings |
return | string |