Babel.Core.STR.str C# (CSharp) Method

str() public static method

public static str ( string self ) : string
self string
return string
        public static string str(string self)
        {
            return self;
        }