System.__Proxy.ToLocalized C# (CSharp) 메소드

ToLocalized() 공개 정적인 메소드

public static ToLocalized ( this input ) : String
input this
리턴 String
        public static String ToLocalized(this String input)
        {
            return HoloXPLOR.HoloXPLOR_App.Scripts.Localization.GetValue(input ?? String.Empty, input);
        }