Dev2.DynamicServices.StudioAccount.GetPasswordBytes C# (CSharp) Method

GetPasswordBytes() private static method

private static GetPasswordBytes ( string password ) : byte[]
password string
return byte[]
        private static byte[] GetPasswordBytes(string password)
        {
            return _encoding.GetBytes(password);
        }
        #endregion