The output format of ECDSA Signature Algorithm is a tuple (r,s) according to its wiki aticle and other similar sources.
But when I triedy the signature generated through their my own algo through standard crypto programming libraries, the signature required as input is a single hex string.
I have searched the internet for standards regarding this conversion but haven't found much satisfactory results.