FlexGridSample.Customer.GetName C# (CSharp) Method

GetName() static private method

static private GetName ( ) : string
return string
        static string GetName()
        {
            return string.Format("{0} {1}", GetString(_firstNames), GetString(_lastNames));
        }