Class ToAttribute
- Namespace
- CSharpToJavaScript.Utils
- Assembly
- CSharpToJavaScript.dll
[AttributeUsage(AttributeTargets.All)]
public class ToAttribute : Attribute
- Inheritance
-
ToAttribute
- Inherited Members
Constructors
ToAttribute(string)
public ToAttribute(string to)
Parameters
to
string
Fields
Default
public const string Default = "Default"
Field Value
FirstCharToLowerCase
public const string FirstCharToLowerCase = "FirstCharToLowerCase"
Field Value
None
public const string None = "None"
Field Value
ToLower
public const string ToLower = "ToLower"
Field Value
Properties
To
public string To { get; set; }
Property Value
Methods
Convert(string)
public string Convert(string str)
Parameters
str
string