Posts by Ayo • 129 points
8 posts
-
0
votes0
answers17
viewsQ: Doubt about Flutter editor using VS code
Does anyone know which command to use in Settings or which editor to use for Dart/flutter so that it does not delete blank lines when using save or shortcut to auto configure code? thank you…
-
2
votes1
answer712
views -
0
votes3
answers210
views -
0
votes3
answers210
views -
1
votes1
answer244
views -
2
votes1
answer3478
viewsQ: Convert string to Datetime
How to take from a string something like "30/01/2015", for example, and convert it to datetime and maintaining the same date format? You can validate the date.
-
3
votes1
answer8989
viewsQ: How to add an element to a list?
What is the correct syntax to call the method Add_Pessoa class ClsPessoa by a List? public class ClsPessoa { private static string PSTR_Nome = ""; private static DateTime PDT_DataNascimento; private…
-
3
votes3
answers8198
views