Nethereum.Web3.Web3.GetAddressFromPrivateKey C# (CSharp) Method

GetAddressFromPrivateKey() public method

public GetAddressFromPrivateKey ( string privateKey ) : string
privateKey string
return string
        public string GetAddressFromPrivateKey(string privateKey)
        {
            return EthECKey.GetPublicAddress(privateKey);
        }