In this post I am going to explain how to get system configuration value in phtml file in Magento 2.

You can get system configuration field value programatically as below.

Add below code snippet in Block class.

 

Add below code snippet in template file.

 

Thats it. Enjoy Magento 2!!