I saw a code snippet the other day that converts a Boolean value to the corresponding \"Yes\"/\"No\" value:
CDbl(True).ToString(\"Yes;Yes;No\")
Take a look here and here, for official documentation. And this great cheatsheet from Jhon Sheehan's Blog!