Is there a C# equivalent of VB6's Choose() function?
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-03-17T13:52:54Z
Indexed on
2010/03/17
14:01 UTC
Read the original article
Hit count: 118
c#
Is there a C# equivalent of VB6's Choose() function?
day = Choose(month,31,28,30)
© Stack Overflow or respective owner