Skip to content

Instantly share code, notes, and snippets.

@Hedgehogs1974
Created June 20, 2023 22:44
Show Gist options
  • Save Hedgehogs1974/25004ad7d3e862282c20c8b18cfa62fe to your computer and use it in GitHub Desktop.
Save Hedgehogs1974/25004ad7d3e862282c20c8b18cfa62fe to your computer and use it in GitHub Desktop.
'文字列の場合
txtTokuisakiCode.Text = form.code.PadLeft(4, "0"c)
'数値の場合
txtTokuisakiCode.Text = String.Format("{0:0000}", form.code)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment